home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-19 / pcad130.zip / ADD.DOC < prev    next >
Text File  |  1993-04-14  |  2KB  |  49 lines

  1.  
  2.  
  3.          This page covers notes for PrintCAD 1.30 that  are not included in the
  4.          v1.18 manual.
  5.  
  6.            Version 1.30  follows  version  1.18.  This and future versions will
  7.            match the version of PrintGL that includes the same function.
  8.  
  9.            The  /YA option turns  on  ADI binary  file handling.  With this set
  10.            PrintCAD interprets ADI binary files (as well as HP-GL).  By sending
  11.            binary data in blocks  via DOS functions, instead  of one coordinate
  12.            at a time via interrupt 78h, the data is sent significantly faster.
  13.  
  14.            PrintCAD  now automatically puts its swappable work area in the high
  15.            part of  DOS base  memory.  The L  suboption of /X  says  to put the
  16.            resident area  in  at the bottom of DOS memory (as  before).  The  W
  17.            suboption of /X says to put the swappable work area at the bottom of
  18.            DOS memory.
  19.  
  20.            PCADDV.EXE is no longer needed and should not be used.
  21.  
  22.            The DOS environment variable PRINTCAD is examined by PrintCAD and if
  23.            it is nonblank  then  it  is  put  in  front  of  the  command  line
  24.            parameters.  When you  need to exceed the 127  character DOS command
  25.            line limit, put some of the parameters in the PRINTCAD variable, for
  26.            example
  27.  
  28.              SET PRINTCAD=/CRGB... /S... /W...
  29.              PCAD /P*.PLT ...
  30.  
  31.            The /FU driver has been removed and replaced by /FL!.
  32.  
  33.            /F@ supports the Canon BJC880.
  34.  
  35.            /F& is a native mode driver for the Canon BJC800/820 and BJ200.
  36.  
  37.            /FD+!  supports the  Canon  LBP 8 Mk 4 at 600 dpi.  The !  suboption
  38.            switches  from  blank  area  data   compression  to   CaPSL  4  data
  39.            compression.
  40.  
  41.            /F4+!  supports the IBM 4029 LaserPrinter with 600 dpi PPDS upgrade.
  42.            Adding  the  !  suboption  to  /F4  switches  from  blank area  data
  43.            compression to IBM 4029 data compression.
  44.  
  45.            HP-GL output allows up to 24 pens.
  46.  
  47.            Six additional shading patterns are available, A is 6.2%, B is 3.1%,
  48.            C is 1.6%, D is 87.5%, E is 62.5%, and F is 37.5%.
  49.